Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.localconf.theme--widgets

This contribution is part of XML component org.nuxeo.ecm.localconf.theme inside nuxeo-localconf-web-6.0.jar

Extension Point

Extension point widgets of component WebLayoutManager.

Contributed Items

  • <widget name="theme_selection" type="theme_selection">
          <labels>
            <label mode="any"/>
          </labels>
          <translated>true</translated>
          <fields>
            <field>themeconf:theme</field>
            <field>themeconf:page</field>
            <field>themeconf:perspective</field>
          </fields>
        </widget>

XML Source

<extension point="widgets" target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager">

    <!-- deprecated since 5.5: use flavor selection instead -->
    <widget name="theme_selection" type="theme_selection">
      <labels>
        <label mode="any"/>
      </labels>
      <translated>true</translated>
      <fields>
        <field>themeconf:theme</field>
        <field>themeconf:page</field>
        <field>themeconf:perspective</field>
      </fields>
    </widget>

  </extension>